home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 4.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(keyPress Up).as next >
Text File  |  2003-04-02  |  150b  |  7 lines

  1. on(keyPress "<Up>"){
  2.    scrollUpOneLine(this.thumb);
  3.    this.thumb.scrolling = -1;
  4.    this.thumb.gotoAndPlay(2);
  5.    this.thumb.scrolling = 0;
  6. }
  7.